STEP 8: Each time the loop runs, we'll ask the user a question, store the user's choice, then pause.
- Change the string argument in .ask() to the variable question.
- From drop Append indented INSIDE the loop.
- Change the list name before .append() to user_choices and the variable to choice.
- Click GRAPHICS, then and drop Wait indented INSIDE the loop.
To navigate the page using the TAB key, first press ESC to exit the code editor.